/*  
Theme Name: smokepaper
Theme URI: http://www.the-ish.com
Description: Adapted from Jim Whimpey's "Sunburn 1.0" www.fightingfriends.com
Version: 1.0
Author: Jeff Foster
Author URI: http://the-ish.com
*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		CLASSES
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.notebox {background-color:#222; padding:3px; border:1px solid #666; font-size:10px;}
.red {color:#C33;}

.floatright {float:right; margin:0em 0em 1em 1em;}
.floatleft {float:left; margin:0em 1em 1em 0em;}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
	margin: 0;
	padding: 0;
	text-align: center; /* IE */
	font-family: Verdana, "Lucida Grande", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #d6d6d6;
	background: #ccc;
	}
	
	#bg_maker {	background: #666 url("./images/bodytop.gif") repeat-x; }
	
		#wrapper {
			margin: 0 auto;
			padding: 0 auto;
			width: 950px;
			text-align: left; /* IE */
			}
			
			a { color: #7CBEA9; text-decoration: none;}
				a:hover, .post div.comment_link a:hover, .post h2 a:hover, .post .entry a:hover, .post .entrytext a:hover {color: #83C0DA; text-decoration: none; }
				
				
				
				
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		HEADER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
		
#header_paper {
	width: 800px;
	height: 48px;
	background: url("./images/head.gif");
	}

	#header_text { 
		height: 55px;
		width: 900px;
		margin: 0 auto;
		text-align: left;
		padding: 0 15px;
		}
		
		h1 {
			height: 40px;
			font-size: 2.9em;
			font-weight: normal;
			margin: 0;
			padding: 0;
			float: left;
			text-shadow: #000 1px 3px 3px;
			}
			
				h1 a { color: #fff; }
			
			div.description {
				width: 300px;
				height: 45px;
				font-size: 0.9em;
				font-weight: normal;
				float: right;
				margin: 0 0 0 10px;
				display: inline; /* IE */
				line-height: 4.4em;
				text-shadow: #000 1px 2px 3px;
				}



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		CONTENT

	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content {
	width: 700px;
	float: left;
	clear: both;
	margin: 30px 0 40px 0;
	padding: 20px 0 40px 30px;
	display: inline; /* IE */
	background: #333 url("./images/contentbg.gif") repeat-x;
	}

	.alignleft { margin: 10px 0 0 0; float: left; }
	.alignright { margin: 10px 40px 0 0; float: right; text-align: right; display: inline; }

img {border:0px;} 

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POST
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.post {
	margin: 0 0 55px 0;
	width: 650px;
	}
	
	.post .date {
		width: 48px;
		color: #000;
		height: 52px;
		background: url("./images/date.gif");
		float: left;
		margin: 6px 10px 0 0;
		display: inline; /* IE */
		}
		
		.post .date_month {
			font-size: 0.6em;
			text-transform: uppercase;
			text-align: center;
			margin: 2px 4px 0 0;
			}
			
		.post .date_day {
			font-size: 1.5em;
			text-align: center;
			margin: 2px 4px 0 0;
			}
		
	.post div.title_box {
		float: left;
		margin: 0 0 22px 0;
		display: inline; /* IE */
		}
		
		.post h2 {
			text-shadow: #000 1px 2px 3px;
			margin: 0;
			color:#fff;
			padding: 5px 0 0 0;
			font-weight: normal;
			font-size: 1.6em;
			border-bottom:1px dotted #444;
			}

		.post h3, .post h4 {
			text-shadow: #000 1px 2px 3px;
			}

		.post h2.title {font-family:georgia, serif; margin-bottom:3px; font-size:1.8em;}
		
			.post div.comment_link { 
				font-size: 0.9em; }
		
		.post h2 a, .post div.comment_link a { color: #ccc; }
		
		.post .entry, .post .entrytext {
			font-size: 13px;
			width: 650px;
			clear: both;
			color: #d6d6d6;
			margin: 0 0 18px 0;
			}

.post div.entry, .post div.entrytext {}
.post div.entry p, .post div.entrytext p {margin-left:1.4em;}
			
			.post .entry a, .post .entrytext a { color: #7CBEA9; }
				
				.post .entry blockquote, .post .entrytext blockquote  {
					border-left: 5px solid #666;
					padding-left: 7px;
					color: #eee;
					}
					
				.post .entry strong, .post .entrytext strong  {
					color: #fff;
					font-weight:bold;
					}
					
					.post blockquote, .post ul, .post ol { margin-left: 20px; padding-left: 20px; }
		
		.post .postmetadata {
			color: #ccc;
			width: 500px;
			font-size: 0.8em;
			border-top: 1px solid #000;
			border-bottom: 1px solid #000;
			padding: 8px;
			text-align: center;
			background: #1F1D1D;
			margin: 0;
			}
	
	
	.postmeta_single {font-size:10px;}

	.meta {font-size: .95em;}
	.post .meta {
			width:585px;
			color: #ccc;
			font-size: 0.7em;
			padding: 1px;
			background: #3f3d3d;
			margin: 0;
			}


	#entry_postscript {
		background-color:#444;
		border:1px solid #222;
		padding:5px;
		margin-right:30px;
		}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SIDEBAR
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#sidebar {
	width: 145px;
	padding: 5px 0 10px 10px;
	float: left;
	display: inline; /* IE */
	color: #eee;
	margin: 25px 0 0 10px;
	text-align:right;
	}
	
	#sidebar a:link {}
	#sidebar a:hover {color:#000; background-color:#ebebeb;}
	
	#sidebar li, #sidebar li ul, #sidebar li ul li {
		margin: 0;
		padding: 0;
		list-style: none;
		}

	#sidebar li h2 {
		font-size: 0.9em;
		font-weight: normal;
		margin: 15px 0 0 0;
		color: #ccc;
		padding: 0;
		}
		
		#sidebar li>h2 { margin-left: 15px; } /* Non IE */
		
		
		#sidebar li ul {
			font-size: 0.8em;
			margin: 0 0 20px 5px;
			}
			
			#searchform input {
				width: 120px;
				margin: 0 0 0 5px;
				border: 1px solid #3F3F3F;
				color: #3F3F3F;
				padding: 2px;
				background: #373737;
				text-align:center;
				}
				
	
	
	.page_item {display:none; }	
	.page_item a {display:block; font-size:1.4em; }
	.pagenav h2{display:none; }
	
	.nav_links a {display:block; font-size:1.2em; text-transform:uppercase; padding:2px 0 2px 0;}
	.out_links a {display:block;}
	.cat_links li a {display:block;}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SINGLE POSTS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.widecolumn h2, .page h2 { 
	font-size: 1.6em;
	margin-bottom: 15px;
	color: #ccc;
	}

	#content h3 { 
		font-size: 1.3em;
		font-weight: normal;
		color: #EEEEEE;
		margin: 20px 0 5px 0;
		}
	
	.widecolumn .post { margin-bottom: 20px; }	

	.post .postmeta {display:block; color: #ccc;
			font-size: 0.7em; padding: 1px; margin: 0 0 15px 0;
			background: #3f3d3d;
			}



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		COMMENTS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#commentform { margin:0 0 15px 25px; width:600px;} 	

	#commentform input, #commentform textarea {
		border: 1px solid #fff;
		padding: 3px;
		}
	
		#commentform textarea {
			font-size: 0.8em;
			font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
			}
			
			#commentform textarea, #commentform #author, #commentform #url, #commentform #email, #commentform #submit { background: #7F7F7F;}
				#commentform textarea:focus, #commentform #author:focus, #commentform #url:focus, #commentform #email:focus { background: #fff;}

		#commentform textarea, #commentform #author, #commentform #url, #commentform #email, #commentform #submit { margin: 0 0 2px 0; }

		#commentform textarea {font-size:16px; width:600px;}
		
		#commentform #submit {width:608px;}
		

ol.commentlist {
	font-size: 0.8em;
	list-style: none;
	margin: 0 0 0 25px;
	padding: 0;
	width: 600px;
	}
	
	ol.commentlist li {
		border-top: 1px solid #555555;
		margin: 5px;
		padding: 5px;
		background-color:#292929;
		}
		
		ol.commentlist li p {margin-top:0;}
		
		#content>ol.commentlist li { padding: 8px; } /* FF Specific */
.commentnote {font-size:0.8em; color:#999;}

h3#comments, h3#respond {border-top:2px solid #444; margin-right:2em; padding:0px; font-size:28pt; font-family:georgia, serif; color:#444;}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		PAGE
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	.page h2 { margin: 0 0 15px 0; }



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SEARCH and ARCHIVES
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	.sanda h2 {
		font-size: 1.8em;
		font-weight: normal;
		margin: 0 0 15px 0;
		}


	
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		FOOTER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#bar {
	clear: both;
	width: 100%;
	height: 20px;
	background: #000;
	padding: 0;
	}
	
	#footer_bg {
		clear: both;
		width: 100%;
		height: 48px;
		background: url("./images/footbg.gif") repeat-x;
		}
		
		#footer {
			width: 800px;
			height: 48px;
			margin: 0 auto;
			background: url("./images/foot.gif");
			}
			
			#footer p {
				margin: 0;
				padding: 12px 0 0 0;
				font-size: 0.8em;
				text-align: center;
				color: #000;
				}
				
				#footer p a { color: #000; text-decoration: none; }
					#footer p a:hover {text-decoration: underline; color:inherit; background-color:inherit;}
				